CommandName{setMenuItemText}HelpPath{Menus}ReturnValue{}OpenBrace{ }Parameters{handle menu, int item, str newText}CloseBrace{}Description{Sets the text of an item in a menu.}ReturnDescription{}Param1{menu}Param1Desc{Handle of a menu created with createMenu, createSubMenu or createPopupMenu}Param2{item}Param2Desc{The identifier of the item, this is the number you assigned using addMenuItem}Param3{newText}Param3Desc{The new caption of the item}